fmt.pp.wrappedErrs (field)
14 uses
fmt (current package)
errors.go#L28: switch len(p.wrappedErrs) {
errors.go#L33: w.err, _ = a[p.wrappedErrs[0]].(error)
errors.go#L37: sort.Ints(p.wrappedErrs)
errors.go#L40: for i, argNum := range p.wrappedErrs {
errors.go#L41: if i > 0 && p.wrappedErrs[i-1] == argNum {
print.go#L143: wrappedErrs []int
print.go#L174: if cap(p.wrappedErrs) > 8 {
print.go#L175: p.wrappedErrs = nil
print.go#L180: p.wrappedErrs = p.wrappedErrs[:0]
print.go#L1067: p.wrappedErrs = append(p.wrappedErrs, argNum)
print.go#L1165: p.wrappedErrs = append(p.wrappedErrs, argNum)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |